<div class="pollBlock" style="font-family:Tahoma,Arial;"> 
 <div class="pollQue" style="font-size:8pt;padding-top:2px;padding-left:6px;text-align:left;"><b>$QUESTION$</b></div> 
 <div class="pollAns">$ANSWERS$</div> 
 <div class="pollLnk"> <a href="$RESULTS_LINK$"></a>  <a href="$ARCHIVE_LINK$"> </a> </div> 
 <div class="pollTot" style="padding-top:4px;text-align:center;"> : <b>$TOTAL_VOTES$</b></div></div> 
<form method="post" name="vote" action=""></form> 
 <style> 
 .answer div div {height: 10px !important; border: 1px solid #000; background-repeat: repeat-x} 
 </style> 
 <script type="text/javascript"> 
 var a = ['http://88mb.ru/imgpoll/poll1.gif','http://88mb.ru/imgpoll/poll2.gif','http://88mb.ru/imgpoll/poll3.gif','http://88mb.ru/imgpoll/poll4.gif','http://88mb.ru/imgpoll/poll5.gif']; 
 for(var i = 0; i < a.length; i++){ 
 $('div.answer div div').eq(i).css({background: 'url(' + a[i] + ')', backgroundRepeat: 'repeat-x'}); 
 } 

 $('div.answer span').each(function(){$(this).html($(this).html()+' - <span class="procent">'+$(this).attr('title').split(':')[1]+'</span>')}); 
 </script>